Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Objects /
Chapter 5 - Ink Objects / Ink Objects Reference
Functions / Manipulating Ink Object Properties


GXGetShapeInkAttributes

You can use the GXGetShapeInkAttributes function to examine the attributes of the ink associated with a shape.

gxInkAttribute GXGetShapeInkAttributes(gxShape source);
source
A reference to the shape whose ink object you want the attributes of.
function result
The attributes of the ink object associated with the source shape object.
ERRORS, WARNINGS, AND NOTICES
Errors 
out_of_memory 
shape_is_nil 
SEE ALSO
To set the attributes of the ink object associated with a shape, use the GXSetShapeInkAttributes function, described next.

To examine the attributes of an ink object itself, use the GXGetInkAttributes function, described on page 5-61.

Ink attributes are described in the section "Ink Attributes" beginning on page 5-9.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996